﻿2026-06-23T04:44:24.4795372Z ##[group]Run actions/checkout@v5
2026-06-23T04:44:24.4796311Z with:
2026-06-23T04:44:24.4796744Z   fetch-depth: 0
2026-06-23T04:44:24.4797276Z   repository: SaberMage/spt-core
2026-06-23T04:44:24.4804449Z   token: ***
2026-06-23T04:44:24.4804889Z   ssh-strict: true
2026-06-23T04:44:24.4805341Z   ssh-user: git
2026-06-23T04:44:24.4805809Z   persist-credentials: true
2026-06-23T04:44:24.4806338Z   clean: true
2026-06-23T04:44:24.4806800Z   sparse-checkout-cone-mode: true
2026-06-23T04:44:24.4807381Z   fetch-tags: false
2026-06-23T04:44:24.4807850Z   show-progress: true
2026-06-23T04:44:24.4808314Z   lfs: false
2026-06-23T04:44:24.4808733Z   submodules: false
2026-06-23T04:44:24.4809306Z   set-safe-directory: true
2026-06-23T04:44:24.4810038Z ##[endgroup]
2026-06-23T04:44:24.5646842Z Syncing repository: SaberMage/spt-core
2026-06-23T04:44:24.5648868Z ##[group]Getting Git version info
2026-06-23T04:44:24.5650025Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T04:44:24.5651382Z [command]/usr/bin/git version
2026-06-23T04:44:24.5651926Z git version 2.43.0
2026-06-23T04:44:24.5654084Z ##[endgroup]
2026-06-23T04:44:24.5666425Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1cd24aa6-826e-4465-b3ca-b581e7727e08' before making global git config changes
2026-06-23T04:44:24.5668415Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T04:44:24.5676852Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T04:44:24.5704550Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T04:44:24.5722857Z https://github.com/SaberMage/spt-core
2026-06-23T04:44:24.5732840Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T04:44:24.5735253Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T04:44:24.5754479Z HEAD
2026-06-23T04:44:24.5786778Z ##[endgroup]
2026-06-23T04:44:24.5787587Z [command]/usr/bin/git submodule status
2026-06-23T04:44:24.5969304Z ##[group]Cleaning the repository
2026-06-23T04:44:24.5970215Z [command]/usr/bin/git clean -ffdx
2026-06-23T04:44:25.3421902Z Removing target/
2026-06-23T04:44:25.3434233Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T04:44:25.3495949Z HEAD is now at 5044362e8 Merge 3e36d256fa579a01ff7a98c9e479b34a544153f7 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:44:25.3501776Z ##[endgroup]
2026-06-23T04:44:25.3537306Z ##[group]Disabling automatic garbage collection
2026-06-23T04:44:25.3541195Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T04:44:25.3572751Z ##[endgroup]
2026-06-23T04:44:25.3574006Z ##[group]Setting up auth
2026-06-23T04:44:25.3578917Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T04:44:25.3613814Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T04:44:25.3818696Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T04:44:25.3850943Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T04:44:25.4048629Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T04:44:25.4080774Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T04:44:25.4278263Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T04:44:25.4313263Z ##[endgroup]
2026-06-23T04:44:25.4314587Z ##[group]Fetching the repository
2026-06-23T04:44:25.4321490Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e075cb5dc70155cb0e6743c86ab217cbcff1c7f8:refs/remotes/pull/30/merge
2026-06-23T04:44:26.1514425Z From https://github.com/SaberMage/spt-core
2026-06-23T04:44:26.1515259Z    3e36d256f..4a23dec04  design/endpoint-creation-flow            -> origin/design/endpoint-creation-flow
2026-06-23T04:44:26.1517075Z  + 5044362e8...e075cb5dc e075cb5dc70155cb0e6743c86ab217cbcff1c7f8 -> pull/30/merge  (forced update)
2026-06-23T04:44:26.1552023Z ##[endgroup]
2026-06-23T04:44:26.1552496Z ##[group]Determining the checkout info
2026-06-23T04:44:26.1553032Z ##[endgroup]
2026-06-23T04:44:26.1557042Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T04:44:26.1594421Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T04:44:26.1616878Z ##[group]Checking out the ref
2026-06-23T04:44:26.1625148Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/30/merge
2026-06-23T04:44:26.1720828Z Warning: you are leaving 1 commit behind, not connected to
2026-06-23T04:44:26.1721361Z any of your branches:
2026-06-23T04:44:26.1721553Z 
2026-06-23T04:44:26.1721905Z   5044362e8 Merge 3e36d256fa579a01ff7a98c9e479b34a544153f7 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:44:26.1722368Z 
2026-06-23T04:44:26.1722645Z If you want to keep it by creating a new branch, this may be a good time
2026-06-23T04:44:26.1723056Z to do so with:
2026-06-23T04:44:26.1723223Z 
2026-06-23T04:44:26.1723395Z  git branch <new-branch-name> 5044362e8
2026-06-23T04:44:26.1723642Z 
2026-06-23T04:44:26.1724518Z HEAD is now at e075cb5dc Merge 4a23dec04779fdbf0e6ef0a50c5bf4602f678c54 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T04:44:26.1730653Z ##[endgroup]
2026-06-23T04:44:26.1765730Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T04:44:26.1791494Z e075cb5dc70155cb0e6743c86ab217cbcff1c7f8
